Prizm Content Connect
Configuring the Watchdog for Proxy Server Only

The Prizm Platform Services can be configured to run in Legacy mode.

This mode should only be used if you have an existing application that uses the Prizm Proxy Server service directly.

To run in Legacy mode, follow the steps below, which assume you have already installed the Prizm Platform Services and they are currently running in Normal mode:

  1. Stop the Prizm Platform Services.
  2. Open the Watchdog configuration file in a text editor. The default path to this file is:
  1. Using valid JSON, set the server_mode value to legacyProxyServer, and add the legacyProxyServer property to set the ports the Proxy Server service will use. For example:
Example
Copy Code
{
…
    "server_mode": "legacyProxyServer",
        "legacyProxyServer": {
            "httpPort": 18680,
            "proxyPort": 18580,
            "odcWorkerPort": 18591
    },
…
}
  1. Save and close the Watchdog configuration file.
  2. Start the Prizm Platform Services.

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback